home *** CD-ROM | disk | FTP | other *** search
/ Precos 4.97 Computer 2000 / Precos 4.97 Computer 2000.iso / pc / info / 5network / 3com / demos / msh / 2a.dir / 00008_Script_8 < prev    next >
Text File  |  1995-11-29  |  147b  |  10 lines

  1. on exitFrame
  2.   global count
  3.   if count<1 then
  4.     put count+1 into count
  5.     go to frame "kl"
  6.   else
  7.     go to the frame+1
  8.   end if
  9.   
  10. end